projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fd307f
)
Fix the build
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 18 Jul 2015 00:45:28 +0000
(20:45 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 18 Jul 2015 00:45:28 +0000
(20:45 -0400)
gtk/inspector/object-tree.c
patch
|
blob
|
history
diff --git
a/gtk/inspector/object-tree.c
b/gtk/inspector/object-tree.c
index 72b5786662085b8c59f9fd6a745e979a1fefbd5b..99d42cec9bfee1b815ce7020c04dbddd36ccc693 100644
(file)
--- a/
gtk/inspector/object-tree.c
+++ b/
gtk/inspector/object-tree.c
@@
-564,7
+564,7
@@
gtk_inspector_object_tree_append_object (GtkInspectorObjectTree *wt,
else
mapped = TRUE;
- if (G_OBJECT (object)
+ if (G_OBJECT (object)
)
class_name = G_OBJECT_CLASS_NAME (G_OBJECT_GET_CLASS (object));
else
class_name = "";